Fork me on GitHub

Checkstyle Results

The following document contains the results of Checkstylerss feed

Summary

Files Infos Infos Warnings Warnings Errors Errors
32 10 106 27

Files

Files Infos Warnings Errors
org/apache/maven/surefire/junitcore/AsynchronousRunner.java 0 4 0
org/apache/maven/surefire/junitcore/ClassesParallelRunListener.java 0 1 0
org/apache/maven/surefire/junitcore/ConcurrentRunListener.java 0 11 0
org/apache/maven/surefire/junitcore/ConfigurableParallelComputer.java 0 4 1
org/apache/maven/surefire/junitcore/JUnitCoreParameters.java 10 16 0
org/apache/maven/surefire/junitcore/JUnitCoreProvider.java 0 4 2
org/apache/maven/surefire/junitcore/JUnitCoreRunListener.java 0 2 0
org/apache/maven/surefire/junitcore/LogicalStream.java 0 2 0
org/apache/maven/surefire/junitcore/MethodsParallelRunListener.java 0 1 0
org/apache/maven/surefire/junitcore/NonConcurrentRunListener.java 0 4 3
org/apache/maven/surefire/junitcore/SynchronousRunner.java 0 0 1
org/apache/maven/surefire/junitcore/TestMethod.java 0 1 0
org/apache/maven/surefire/junitcore/TestSet.java 0 9 1
org/apache/maven/surefire/junitcore/pc/Balancer.java 0 1 3
org/apache/maven/surefire/junitcore/pc/BalancerFactory.java 0 3 0
org/apache/maven/surefire/junitcore/pc/ParallelComputer.java 0 5 3
org/apache/maven/surefire/junitcore/pc/ParallelComputerBuilder.java 0 9 5
org/apache/maven/surefire/junitcore/pc/ParallelComputerUtil.java 0 1 3
org/apache/maven/surefire/junitcore/pc/Scheduler.java 0 24 1
org/apache/maven/surefire/junitcore/pc/SchedulingStrategies.java 0 1 0
org/apache/maven/surefire/junitcore/pc/SchedulingStrategy.java 0 3 2
org/apache/maven/surefire/junitcore/pc/SharedThreadPoolStrategy.java 0 0 2

Rules

Rules Violations Severity
FileLength 0 Errors Error
RegexpHeader
  • headerFile: "target/checkstyle-header.txt"
1 Errors Error
FileTabCharacter
  • eachLine: "true"
0 Errors Error
LeftCurly
  • option: "nl"
0 Errors Error
RightCurly
  • option: "alone"
0 Errors Error
LineLength
  • max: "120"
  • ignorePattern: "@version|@see|@todo|TODO"
2 Errors Error
MemberName 0 Errors Error
JavadocMethod
  • scope: "protected"
94 Warnings Warning
JavadocType
  • allowUnknownTags: "true"
  • scope: "protected"
2 Errors Error
JavadocVariable
  • scope: "protected"
10 Infos Info
ConstantName 1 Errors Error
LocalFinalVariableName 0 Errors Error
LocalVariableName 0 Errors Error
MethodName 0 Errors Error
PackageName 0 Errors Error
ParameterName 0 Errors Error
StaticVariableName 0 Errors Error
TypeName 0 Errors Error
AvoidStarImport 3 Errors Error
IllegalImport 0 Errors Error
RedundantImport 0 Errors Error
UnusedImports 2 Errors Error
MethodLength 0 Errors Error
ParameterNumber 0 Errors Error
EmptyForIteratorPad
  • option: "space"
0 Errors Error
OperatorWrap 3 Errors Error
ParenPad
  • option: "space"
4 Errors Error
WhitespaceAfter 1 Errors Error
WhitespaceAround 0 Errors Error
ModifierOrder 0 Errors Error
RedundantModifier 5 Errors Error
AvoidNestedBlocks 0 Errors Error
EmptyBlock
  • option: "text"
0 Errors Error
NeedBraces 0 Errors Error
DoubleCheckedLocking 0 Errors Error
EmptyStatement 0 Errors Error
EqualsHashCode 0 Errors Error
HiddenField
  • ignoreConstructorParameter: "true"
  • ignoreSetter: "true"
12 Warnings Warning
IllegalInstantiation 0 Errors Error
InnerAssignment 0 Errors Error
MagicNumber
  • ignoreNumbers: "-4, -3, -2, -1, 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 32, 64, 100, 128, 256, 512, 1000, 1024"
2 Errors Error
MissingSwitchDefault 0 Errors Error
RedundantThrows 1 Errors Error
SimplifyBooleanExpression 0 Errors Error
SimplifyBooleanReturn 0 Errors Error
InterfaceIsType 0 Errors Error
VisibilityModifier
  • packageAllowed: "true"
  • protectedAllowed: "true"
0 Errors Error
UpperEll 0 Errors Error

Details

org/apache/maven/surefire/junitcore/AsynchronousRunner.java

Violation Message Line
Warnings Missing a Javadoc comment. 42
Warnings Missing a Javadoc comment. 47
Warnings Missing a Javadoc comment. 53
Warnings Missing a Javadoc comment. 65

org/apache/maven/surefire/junitcore/ClassesParallelRunListener.java

Violation Message Line
Warnings Missing a Javadoc comment. 33

org/apache/maven/surefire/junitcore/ConcurrentRunListener.java

Violation Message Line
Warnings Missing a Javadoc comment. 73
Warnings Missing a Javadoc comment. 77
Warnings Missing a Javadoc comment. 87
Warnings Missing a Javadoc comment. 97
Warnings Missing a Javadoc comment. 107
Warnings Missing a Javadoc comment. 116
Warnings Missing a Javadoc comment. 126
Warnings Missing a Javadoc comment. 135
Warnings Missing a Javadoc comment. 166
Warnings Missing a Javadoc comment. 184
Warnings Missing a Javadoc comment. 199

org/apache/maven/surefire/junitcore/ConfigurableParallelComputer.java

Violation Message Line
Errors Missing a Javadoc comment. 40
Warnings Missing a Javadoc comment. 55
Warnings Missing a Javadoc comment. 60
Warnings Missing a Javadoc comment. 65
Warnings Missing a Javadoc comment. 80

org/apache/maven/surefire/junitcore/JUnitCoreParameters.java

Violation Message Line
Infos Missing a Javadoc comment. 33
Infos Missing a Javadoc comment. 35
Infos Missing a Javadoc comment. 37
Infos Missing a Javadoc comment. 39
Infos Missing a Javadoc comment. 41
Infos Missing a Javadoc comment. 43
Infos Missing a Javadoc comment. 45
Infos Missing a Javadoc comment. 47
Infos Missing a Javadoc comment. 49
Infos Missing a Javadoc comment. 51
Warnings Missing a Javadoc comment. 73
Warnings Missing a Javadoc comment. 104
Warnings Missing a Javadoc comment. 110
Warnings Missing a Javadoc comment. 116
Warnings Expected an @return tag. 124
Warnings Missing a Javadoc comment. 130
Warnings Missing a Javadoc comment. 135
Warnings Missing a Javadoc comment. 140
Warnings Missing a Javadoc comment. 145
Warnings Missing a Javadoc comment. 150
Warnings Missing a Javadoc comment. 155
Warnings Missing a Javadoc comment. 160
Warnings Missing a Javadoc comment. 165
Warnings Missing a Javadoc comment. 170
Warnings Missing a Javadoc comment. 175
Warnings Missing a Javadoc comment. 180

org/apache/maven/surefire/junitcore/JUnitCoreProvider.java

Violation Message Line
Warnings Missing a Javadoc comment. 75
Errors Line is longer than 120 characters. 86
Warnings Missing a Javadoc comment. 90
Warnings Missing a Javadoc comment. 95
Warnings Missing a Javadoc comment. 106
Errors Redundant throws: 'ReporterException' is unchecked exception. 107

org/apache/maven/surefire/junitcore/JUnitCoreRunListener.java

Violation Message Line
Warnings Expected @param tag for 'description'. 62
Warnings Expected @throws tag for 'Exception'. 63

org/apache/maven/surefire/junitcore/LogicalStream.java

Violation Message Line
Warnings Missing a Javadoc comment. 70
Warnings Missing a Javadoc comment. 79

org/apache/maven/surefire/junitcore/MethodsParallelRunListener.java

Violation Message Line
Warnings Missing a Javadoc comment. 37

org/apache/maven/surefire/junitcore/NonConcurrentRunListener.java

Violation Message Line
Warnings Missing a Javadoc comment. 45
Warnings Missing a Javadoc comment. 51
Warnings Missing a Javadoc comment. 57
Errors Line is longer than 120 characters. 61
Errors ')' is not preceded with whitespace. 63
Warnings Missing a Javadoc comment. 66
Errors ')' is not preceded with whitespace. 72

org/apache/maven/surefire/junitcore/SynchronousRunner.java

Violation Message Line
Errors Line does not match expected header line of '^\s*$'. 2

org/apache/maven/surefire/junitcore/TestMethod.java

Violation Message Line
Warnings 'description' hides a field. 67

org/apache/maven/surefire/junitcore/TestSet.java

Violation Message Line
Errors Name 'testSet' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 50
Warnings Missing a Javadoc comment. 60
Warnings Missing a Javadoc comment. 65
Warnings Missing a Javadoc comment. 104
Warnings Missing a Javadoc comment. 120
Warnings Missing a Javadoc comment. 130
Warnings Missing a Javadoc comment. 139
Warnings Missing a Javadoc comment. 153
Warnings Missing a Javadoc comment. 158
Warnings Missing a Javadoc comment. 163

org/apache/maven/surefire/junitcore/pc/Balancer.java

Violation Message Line
Errors Redundant 'public' modifier. 42
Errors Redundant 'public' modifier. 47
Warnings Missing a Javadoc comment. 49
Errors Redundant 'public' modifier. 49

org/apache/maven/surefire/junitcore/pc/BalancerFactory.java

Violation Message Line
Warnings Expected an @return tag. 36
Warnings Expected an @return tag. 47
Warnings Expected an @return tag. 58

org/apache/maven/surefire/junitcore/pc/ParallelComputer.java

Violation Message Line
Errors Using the '.*' form of import should be avoided - java.util.concurrent.TimeUnit.*. 34
Warnings Missing a Javadoc comment. 56
Errors '1E9' is a magic number. 64
Warnings Missing a Javadoc comment. 109
Warnings Missing a Javadoc comment. 111
Warnings Missing a Javadoc comment. 117
Warnings Missing a Javadoc comment. 125
Errors '1E9' is a magic number. 187

org/apache/maven/surefire/junitcore/pc/ParallelComputerBuilder.java

Violation Message Line
Errors Using the '.*' form of import should be avoided - org.apache.maven.surefire.junitcore.pc.ParallelComputerUtil.*. 45
Errors Using the '.*' form of import should be avoided - org.apache.maven.surefire.junitcore.pc.Type.*. 46
Warnings Missing a Javadoc comment. 102
Warnings Missing a Javadoc comment. 109
Warnings 'totalPoolSize' hides a field. 134
Warnings 'optimize' hides a field. 150
Warnings 'master' hides a field. 251
Errors '(' is not followed by whitespace. 270
Errors ')' is not preceded with whitespace. 270
Warnings 'suites' hides a field. 306
Warnings 'classes' hides a field. 306
Warnings 'parameters' hides a field. 309
Warnings 'optimize' hides a field. 310
Errors ';' is not followed by whitespace. 317

org/apache/maven/surefire/junitcore/pc/ParallelComputerUtil.java

Violation Message Line
Warnings 'availableProcessors' hides a field. 46
Errors '+' should be on a new line. 69
Errors '||' should be on a new line. 295
Errors '||' should be on a new line. 296

org/apache/maven/surefire/junitcore/pc/Scheduler.java

Violation Message Line
Warnings Expected @param tag for 'description'. 68
Warnings Expected @param tag for 'strategy'. 68
Warnings Unused @throws tag for 'NullPointerException'. 83
Warnings Unused @throws tag for 'NullPointerException'. 101
Warnings Unused @throws tag for 'NullPointerException'. 120
Warnings Expected @param tag for 'description'. 136
Warnings Expected @param tag for 'strategy'. 136
Warnings Expected @param tag for 'concurrency'. 136
Warnings Expected @param tag for 'description'. 149
Warnings Expected @param tag for 'masterScheduler'. 149
Warnings Expected @param tag for 'strategy'. 149
Warnings 'masterController' hides a field. 154
Warnings Missing a Javadoc comment. 191
Warnings Missing a Javadoc comment. 196
Warnings Missing a Javadoc comment. 252
Warnings Missing a Javadoc comment. 256
Warnings Missing a Javadoc comment. 260
Warnings Missing a Javadoc comment. 290
Warnings Missing a Javadoc comment. 335
Errors Missing a Javadoc comment. 390
Warnings Missing a Javadoc comment. 395
Warnings Missing a Javadoc comment. 400
Warnings 'poolHandler' hides a field. 400
Warnings Missing a Javadoc comment. 405
Warnings 'poolHandler' hides a field. 411

org/apache/maven/surefire/junitcore/pc/SchedulingStrategies.java

Violation Message Line
Warnings Unused @throws tag for 'NullPointerException'. 69

org/apache/maven/surefire/junitcore/pc/SchedulingStrategy.java

Violation Message Line
Errors Unused import - org.junit.runners.model.RunnerScheduler. 22
Errors Unused import - java.util.concurrent.RejectedExecutionException. 24
Warnings Unused @throws tag for 'RejectedExecutionException'. 45
Warnings Unused @throws tag for 'NullPointerException'. 47
Warnings Missing a Javadoc comment. 95

org/apache/maven/surefire/junitcore/pc/SharedThreadPoolStrategy.java

Violation Message Line
Errors Redundant 'final' modifier. 80
Errors Redundant 'final' modifier. 86